* lisp/simple.el (goto-line): Don't display default line number in the
authorJuri Linkov <juri@jurta.org>
Sun, 29 Jul 2012 18:11:42 +0000 (21:11 +0300)
committerJuri Linkov <juri@jurta.org>
Sun, 29 Jul 2012 18:11:42 +0000 (21:11 +0300)
commit32146952e6f5b5d3b82e84a9b42b2b73b2ee2c72
treec67ddc92bf4b170f7e3f146083ac2836a56361b7
parenta40d50b3f4053b42ae35186765f7d30eae75960b
* lisp/simple.el (goto-line): Don't display default line number in the
prompt because it should be displayed by `read-number' (bug#9952).
Add the current line number to the defaults of `goto-line' to
allow its easier modification by users with `M-n' (bug#9201).

* lisp/subr.el (read-number): Support multiple default values like in
other minibuffer reading functions.  Replace `read' with
`string-to-number' for consistency with `number-to-string'.
lisp/ChangeLog
lisp/simple.el
lisp/subr.el